x86/msr: Fix XEN_MSR_PAT to build with older binutils
authorAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 30 Apr 2020 08:34:56 +0000 (10:34 +0200)
committerJan Beulich <jbeulich@suse.com>
Thu, 30 Apr 2020 08:34:56 +0000 (10:34 +0200)
commit4f1b2e581744d5f78e4c809faf0a3167644afb82
treebf5bd255a1e87bb713c14aa2a84e31d979c0e88b
parent1df23a5ba85ca0266ebba25c7663465a8923d584
x86/msr: Fix XEN_MSR_PAT to build with older binutils

Older binutils complains with:
  trampoline.S:95: Error: junk `ul&0xffffffff' after expression

Use an assembly-safe constant.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/include/asm-x86/processor.h